CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 椭圆 检测

搜索资源列表

  1. DetectCircleOpencv

    1下载:
  2. opencv 实现的椭圆检测的源代码,非常简单,适合学习-opencv achieve the ellipse detection of the source code is very simple and is suitable for learning
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4012
    • 提供者:rmb
  1. hough-tuoyuanjiance

    1下载:
  2. 用matlab编写的实现椭圆检测的程序,自己稍微改下就可以-using Matlab prepared by the realization ellipse detection procedures, their own little can be changed under
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:966
    • 提供者:张亮
  1. hough111

    0下载:
  2. 一种新的不基于Hough变换的随机椭圆检测算法。速度么。。还可以
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:448218
    • 提供者:崔少云
  1. bijiao

    0下载:
  2. 自己总结的椭圆检测算法的比较。对每种算法都说出来了优劣来
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:140852
    • 提供者:崔少云
  1. findellipseparams

    0下载:
  2. hough椭圆检测程序
  3. 所属分类:源码下载

  1. Cpp1.rar

    0下载:
  2. 基于opencv的轮廓检测,可以检测多层轮廓,并采用椭圆近似显示,Opencv contour-based detection, can detect the multi-contour, and the use of elliptical approximation shows
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1366
    • 提供者:chenyuanlu
  1. Houghtuoyuan.rar

    0下载:
  2. 模式识别算法,椭圆检测,图形图像的处理,基于hough变换的椭圆的提取,Pattern recognition algorithms, ellipse detection, graphics, image processing, hough transform based on the extraction of the elliptical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:199340
    • 提供者:张明伟
  1. houghecllipe.rar

    0下载:
  2. hough变换检测椭圆的程序 matlab程序,Detected ellipse hough transform procedure
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:622
    • 提供者:zcq
  1. hough-transform-ellipse.rar

    1下载:
  2. hough变换检测椭圆的程序 MATLAB程序,hough transform ellipse detection procedure MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:691
    • 提供者:Ray
  1. cvtuoyuan

    0下载:
  2. opencv实现的椭圆检测的代码,可以根据阀值检测椭圆-opencv code to achieve the ellipse detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:253529
    • 提供者:周周
  1. testhoughcircle

    0下载:
  2. opencv,检测图像中的圆,并且检测其圆心和半径的一个小程序。-opencv, detection of the image circle, and the detection of its center point and radius of a small program.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1433781
    • 提供者:晓晓
  1. A8010363

    0下载:
  2. 用两步法霍夫变换检测圆的论文,提高了运算效率,可以用于椭圆检测。-Change Detection by two-step round paper Fahuo Fu, improve the efficiency, can be used for ellipse detection.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:419078
    • 提供者:du dan
  1. FindEllipse

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆,支持椭圆参数的自定义筛选-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection, ellipse fitting,Support the custom of the ellipse parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:6302
    • 提供者:zgm
  1. ellipse-detection-using-the-hough-transform

    0下载:
  2. ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department of Electronics and Electrical Engineering University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。-ellipse detection using the hough transform Autho
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2085495
    • 提供者:miaosiyi
  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14529
    • 提供者:cui ju
  1. Detection-of-ellipses-by-a-modified-Hough-transfor

    0下载:
  2. 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time. This correspondence proposes
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1918536
    • 提供者:华瑞娟
  1. project

    0下载:
  2. 人形目标检测与跟踪,对于视频图像,用方框或椭圆标出检测出的行人运动目标,以实现对目标的跟踪; -Humanoid target detection and tracking, for the video images, using the box or oval marked pedestrian moving targets detected in order to achieve the target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8622854
    • 提供者:张晓风
  1. LeastSquaresEllipse

    0下载:
  2. 利用最小二乘法,可以自动实现图像中的椭圆检测并拟合出来,效果很好-Ellipse detection and fitting them to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1603
    • 提供者:lichao
  1. 椭圆检测

    0下载:
  2. 对含有直线、矩形、椭圆等几何图形的图片进行检测,对椭圆进行标记(Test images containing lines, rectangles, ellipses and other geometric shapes to mark the ellipse)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:6144
    • 提供者:纸片儿
  1. 2.目标定位及夹角

    1下载:
  2. 此程序使用opencv编写,作用是检测空间中两圆盘的位置及倾角(This program is written using opencv, the role is to detect the position of the two disks and dip angle)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:20480
    • 提供者:卌艹部落
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com